projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e285b3
)
(sregexq): Fix doc string quoting.
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 4 Jun 2007 23:51:01 +0000
(23:51 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 4 Jun 2007 23:51:01 +0000
(23:51 +0000)
lisp/emacs-lisp/sregex.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/sregex.el
b/lisp/emacs-lisp/sregex.el
index 8041aefc077b743b23d99880db363e629137533e..67824c40632b139959c0c9145864b616e46ca92a 100644
(file)
--- a/
lisp/emacs-lisp/sregex.el
+++ b/
lisp/emacs-lisp/sregex.el
@@
-436,11
+436,11
@@
Here are the clauses allowed in an `sregex' or `sregexq' expression:
or end of a word.
- the symbol `bow'
- Stands for \"\\\\
\\=
<\", matching the empty string at the beginning of a
+ Stands for \"\\\\
=\\
<\", matching the empty string at the beginning of a
word.
- the symbol `eow'
- Stands for \"\\\\
\\=
>\", matching the empty string at the end of a word.
+ Stands for \"\\\\
=\\
>\", matching the empty string at the end of a word.
- the symbol `wordchar'
Stands for the regex \"\\\\w\", matching a word-constituent character